UserInfoListAdapter

open class UserInfoListAdapter : SelectUserListAdapter<T>

Adapters provides a binding from a UserInfo type to views that are displayed within a RecyclerView. since 3.0.0

Functions

Link copied to clipboard
protected open fun isDisabled(@NonNull item: UserInfo): Boolean
Determines whether the item is disabled or not.
Link copied to clipboard
protected open fun isSelected(@NonNull item: UserInfo): Boolean
Determines whether the item is selected or not.
Link copied to clipboard
protected open fun toUserInfo(@NonNull userInfo: UserInfo): UserInfo
Converts the given item to UserInfo.

Inheritors

Link copied to clipboard
Link copied to clipboard